Retrieve a list of all service types in the system.
curl --request GET \ --url https://api.app.fleetit.com/v2/service_types/ \ --header 'Authorization: Bearer <token>'
[ { "id": 1, "name": "Tolls" }, { "id": 2, "name": "Violations" } ]
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>